home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / StarShipView.BackModule / Celestial..bundle / CelestialCommon.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  535 b   |  15 lines

  1. typedef struct {
  2.     int             isAnim;         //process tiffs from anim folder
  3.     int                maxAnimFiles;    // how many files in anim directory
  4.     char            *animDirName;    // name of the anim directory
  5.     int                isMult;            //display multiple copies of image
  6.     int                isSpin;            //rotate the images            
  7.     List             *imageList;        //list of images
  8.     char             *imageName;        //name of main image file or anim folder
  9. } ImageStruct;
  10.  
  11.  
  12. #define MAXANIMATIONS 4            //max number of images to process
  13.                                 //I found over 10 caused swapping
  14.                                 //so I thought 4 a good number
  15.